projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c55dd10
)
Cosmetics
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 16 Jul 2020 12:47:59 +0000
(08:47 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 16 Jul 2020 12:54:36 +0000
(08:54 -0400)
gtk/gtkflattenlistmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflattenlistmodel.c
b/gtk/gtkflattenlistmodel.c
index fe681b265ebeccb5241411524eed11a5840693fd..f4398d853c0a901c4452eb8fb97234de7c50b1a6 100644
(file)
--- a/
gtk/gtkflattenlistmodel.c
+++ b/
gtk/gtkflattenlistmodel.c
@@
-300,7
+300,7
@@
gtk_flatten_list_model_add_items (GtkFlattenListModel *self,
G_CALLBACK (gtk_flatten_list_model_items_changed_cb),
node);
node->list = self;
- added +=g_list_model_get_n_items (node->model);
+ added +=
g_list_model_get_n_items (node->model);
}
return added;